home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 233 / Computer Shopper 233 / ComputerShopperDVD233.iso / Games / Crazy Chicken Approaching / ccapproaching.exe / Crazy Chicken Approaching.res / prereq.dfm / prereq.txt < prev   
Encoding:
Text File  |  2006-11-30  |  2.6 KB  |  139 lines

  1. object frmDesign: TfrmDesign
  2.   Left = 324
  3.   Top = 186
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'passingvariables'
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   BorderStyle = bsSingle
  8.   Caption = '$TITLE$'
  9.   ClientHeight = 360
  10.   ClientWidth = 497
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Tahoma'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDesigned
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 497
  25.     Height = 59
  26.     Picture.Data = {<image000.bmp>}
  27.     Stretch = True
  28.   end
  29.   object PRELIST: TLabel
  30.     Left = 40
  31.     Top = 72
  32.     Width = 60
  33.     Height = 13
  34.     Caption = '$PRELIST$'
  35.     Color = clBtnFace
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'Tahoma'
  40.     Font.Style = [fsBold]
  41.     ParentColor = False
  42.     ParentFont = False
  43.   end
  44.   object Bevel2: TBevel
  45.     Left = -2
  46.     Top = 58
  47.     Width = 504
  48.     Height = 9
  49.     Shape = bsTopLine
  50.   end
  51.   object Label3: TLabel
  52.     Left = 37
  53.     Top = 24
  54.     Width = 331
  55.     Height = 13
  56.     Caption = 
  57.       'The following requirements must be processed before starting set' +
  58.       'up.'
  59.     Transparent = True
  60.   end
  61.   object Label1: TLabel
  62.     Left = 24
  63.     Top = 8
  64.     Width = 146
  65.     Height = 13
  66.     Caption = 'Application Requirements'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'Tahoma'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     Transparent = True
  74.   end
  75.   object Label6: TLabel
  76.     Left = 5
  77.     Top = 306
  78.     Width = 60
  79.     Height = 13
  80.     Caption = 'InstallAware'
  81.     Enabled = False
  82.   end
  83.   object Bevel1: TBevel
  84.     Left = 68
  85.     Top = 314
  86.     Width = 430
  87.     Height = 9
  88.     Shape = bsTopLine
  89.   end
  90.   object Label2: TLabel
  91.     Left = 40
  92.     Top = 284
  93.     Width = 305
  94.     Height = 17
  95.     AutoSize = False
  96.     Caption = 'To continue, click Next.'
  97.     Transparent = True
  98.     WordWrap = True
  99.   end
  100.   object Image2: TImage
  101.     Left = 384
  102.     Top = 0
  103.     Width = 137
  104.     Height = 58
  105.     Picture.Data = {<image001.bmp>}
  106.     Proportional = True
  107.     Stretch = True
  108.   end
  109.   object Cancel: TButton
  110.     Tag = 3
  111.     Left = 412
  112.     Top = 325
  113.     Width = 75
  114.     Height = 23
  115.     Caption = 'Cancel'
  116.     TabOrder = 2
  117.   end
  118.   object Next: TButton
  119.     Tag = 1
  120.     Left = 325
  121.     Top = 325
  122.     Width = 75
  123.     Height = 23
  124.     Caption = '&Next >'
  125.     Default = True
  126.     TabOrder = 0
  127.   end
  128.   object Back: TButton
  129.     Tag = 2
  130.     Left = 249
  131.     Top = 325
  132.     Width = 75
  133.     Height = 23
  134.     Caption = '< &Back'
  135.     Enabled = False
  136.     TabOrder = 1
  137.   end
  138. end
  139.